@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

/* 图片轮换滚动 */
.img-scroll { position:relative; margin:15px auto; width:1000px; height:148px; overflow:hidden;}
.img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:20px; height:148px;; cursor:pointer;}
.img-scroll .prev { left:0; background:url(../images/aniu.png) no-repeat left center;}
.img-scroll .next { right:0; background:url(../images/aniu.png) no-repeat right center;}
.img-list { position:relative; width:960px; height:148px; margin:0 auto; overflow:hidden}
.img-list ul { width:9999px;}
.img-list li { float:left; display:inline; width:182px; margin:0 5px; height:148px; overflow:hidden;}
.images { 
    padding:4px;
	text-align:center; 
	border:1px solid #ddd;
}
.name { 
    width:182px; 
	height:20px; 
	line-height:20px; 
	text-align:center;
	background:#f5f5f5;
}
.name a { 
    color:#333; 
	text-decoration:none; 
	display:block;
}
.name a:hover { 
    color:#f60; 
	text-decoration:none; 
	display:block;
}
